home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / wdj1096.zip / ZOLMAN.ZIP / ZVBDLG.ZIP / GENERIC.DEF < prev    next >
Text File  |  1996-01-16  |  353b  |  14 lines

  1. ; generic.def : Declares the module parameters for the application.
  2.  
  3. NAME         GENERIC
  4. DESCRIPTION  'GENERIC Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.